Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / C1KeyedList<TKey,TItem> Class / IndexOf Method
The document page object.

In This Topic
    IndexOf Method (C1KeyedList<TKey,TItem>)
    In This Topic
    Gets the index of the specified page in the document.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As TItem _
    ) As Integer
    public int IndexOf( 
       TItem item
    )

    Parameters

    item
    The document page object.

    Return Value

    The index of the specified page in the document.
    See Also